@CHARSET "UTF-8";

BODY {
    text-size-adjust: 100%;
	font-size: 12px;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #f8f8ff;
}

A:LINK {
	color: navy;
	 @text-decoration: none;
	font-size: 12px;
}

A:hover {
	color: navy;
	 @text-decoration: underline;
	font-size: 12px;
}

A:VISITED {
	color: black;
	 @text-decoration: underline;
	font-size: 12px;
}

A:active {
	color: navy;
	 @text-decoration: underline;
	font-size: 12px;
}

IFRAME {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #006400 #006400 #006400 #006400;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

TD {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-width: 0px 0px 0px 0px;
}

TR {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-width: 0px 0px 0px 0px;
}

TABLE {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #3c3c3c;
	line-height: 20px;
	word-spacing: 3px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-width: 0px 0px 0px 0px;
	bgcolor
	:"#ffffff"
}

IMG {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

P {
	font-size: 14px;
	font-weight: 500;
	color: #3c3c3c;
	line-height: 20px;
	word-spacing: 3px;
	letter-spacing: 2px;
}

H1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%;
}

H2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	color: #3c3c3c;
	word-spacing: 3px;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-width: 0px 0px 0px 7px;
	border-style: none none none solid;
	border-left-color: green;
}

H3 {

}

LI {
	font-size: 12px;
	font-weight: 500;
	color: #3c3c3c;
	line-height: 20px;
	word-spacing: 3px;
	letter-spacing: 2px;
	margin-left: -10px;
}

.bodyline {
	width:  100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	background-color: white;
}

.IFRAME_linenone {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.yellow350_TABLE {
	background-color: #fcc636;
	width: 350px;
}

.yellow540_TABLE {
	background-color: #fcc636;
	width: 540px;
}

.yellow600_TABLE {
	background-color: #fcc636;
	width: 600px;
}

.yellow700_TABLE {
	background-color: #fcc636;
	width: 700px;
}

.white_td {
	background-color: white;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	font-size: 14px;
}

.pale_td {
	background-color: #FFFFCC;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	font-size: 14px;
}

#outline {
	width: 50%;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
}

#header {
	width:  100%;
	height: 75px;
	margin-top: 5px;
	padding-top: 0px;
}

#section {
	height: 20px;
	background: #d6ffb2;
}

#section A,#section A:LINK,#section A:VISITED,#section A:ACTIVE {
	height: 20px;
	width: 160px;
	color: black;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
}

#section A:HOVER {
	height: 20px;
	width: 160px;
	background: yellow;
	color: navy;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
}

#footer {
	width: 100%;
	margin-top: 30px;
	fontcolor: white;
}

#footer A:LINK {
	color: white;
	 @text-decoration: underline;
	font-weight: 500;
}

#footer A:hover {
	color: white;
	 @text-decoration: underline;
	font-weight: 500;
}

#footer A:VISITED {
	color: white;
	 @text-decoration: none;
}

#footer A:active {
	color: #ffa500;
	 @text-decoration: underline;
}

.IMG_toplogo {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
}

.outline-margin {
	margin: 0px;
}

.main {
	width: 630px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.contents {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

.side {
	width: 170px;
	float: left;
}

.c-both {
	clear: both;
}

.class_name {
	width: 160px;
	height: 30px;
	line-height: 25px;
	background: #009900;
	color: white;
	font-weight: 600;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.class_sub {
	width: 160px;
	height: 25px;
	line-height: 25px;
	background: #d6ffb2;
	border: 0px solid;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	color: white;
}

.class_sub A,.class_sub A:LINK,.class_sub A:VISITED,.class_sub A:ACTIVE
	{
	width: 160px;
	height: 27px;
	text-align: right;
	display: block;
	float: left;
	color: #004c00;
	background-color: #d6ffb2;
	font-size: 14px;
	font-weight: 500;
}

.class_sub A:HOVER {
	width: 160px;
	height: 27px;
	background: #009900;
	color: white;
	text-align: right;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 500;
}

.space {
	width: 100%;
	height: 30px;
}

.banner {
	text-align: right;
	width: 800px;
}

.Class_comment {
	line-height: 18px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 0px 0px 0px 0px;
	letter-spacing: 2px;
	width: 80%;
}

.tech_text {
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-top-style: solid;
	border-top-color: green;
}

#tech_td {
	background-color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	font-size: 14px;
	letter-spacing: 2px;
}

.en-markup-crop-options {
	top: 18px !important;
	left: 50% !important;
	margin-left: -100px !important;
	width: 200px !important;
	border: 2px rgba(255, 255, 255, .38) solid !important;
	border-radius: 4px !important;
}

.en-markup-crop-options div div:first-of-type {
	margin-left: 0px !important;
}